+ 1-888-787-5890  
   + 1-302-351-4405  
 
 
 
 

Essay/Term paper: Computer viruses

Essay, term paper, research paper:  Information Technology

Free essays available online are good but they will not follow the guidelines of your particular writing assignment. If you need a custom term paper on Information Technology: Computer Viruses, you can hire a professional writer here to write you a high quality authentic essay. While free essays can be traced by Turnitin (plagiarism detection program), our custom written essays will pass any plagiarism test. Our writing service will save you time and grade.



Computer Viruses


A virus is a program that copies itself without the knowledge of the computer
user. Typically, a virus spreads from one computer to another by adding itself
to an existing piece of executable code so that it is executed when its host
code is run. If a virus if found, you shouldn't panic or be in a hurry, and
you should work systematically. Don't rush!

A Viruse may be classified by it's method of concealment (hiding). Some are
called stealth viruses because of the way that they hide themselves, and some
polymorphic because of the way they change themselves to avoid scanners from
detecting them.

The most common classification relates to the sort of executable code which the
virus attaches itself to. These are:

¨ Partition Viruses ¨ Boot Viruses ¨ File Viruses ¨ Overwriting Viruses

As well as replicating, a virus may carry a Damage routine.

There is also a set of programs that are related to viruses by virtue of their
intentions, appearances, or users likely reactions. For example:

¨ Droppers ¨ Failed viruses ¨ Packagers ¨ Trojans ¨ Jokes ¨ Test files

THE DAMAGE ROUTINE

Damage is defined as something that you would prefer not to have happened. It is
measured by the amount of time it takes to reverse the damage.

Trivial damage happens when all you have to do is get rid of the virus. There
may be some audio or visual effect; often there is no effect at all.

Minor damage occurs when you have to replace some or all of your executable
files from clean backups, or by re-installing. Remember to run FindVirus again
afterwards.

Moderate damage is done when a virus trashes the hard disk, scrambles the FAT,
or low-level formats the drive. This is recoverable from your last backup. If
you take backups every day you lose, on average, half a day's work.

Major damage is done by a virus that gradually corrupts data files, so that you
are unaware of what is happening. When you discover the problem, these corrupted
files are also backed up, and you might have to restore a very old backup to get
valid data.

Severe damage is done by a virus that gradually corrupts data files, but you
cannot see the corruption (there is no simple way of knowing whether the data is
good or bad). And, of course, your backups have the same problem.

Unlimited damage is done by a virus that gives a third party access to your
network, by stealing the supervisor password. The damage is then done by the
third party, who has control of the network.

CLASSIFICATION OF VIRUSES

Stealth Viruses

If a stealth virus is in memory, any program attempting to read the file (or
sector) containing the virus is fooled into believing that the virus is not
there, as it is hiding. The virus in memory filters out its own bytes, and only
shows the original bytes to the program.

There are three ways to deal with this:

1. Cold Boot from a clean DOS floppy, and make sure that nothing on the hard
disk is executed. Run any anti-virus software from floppy disk. Unfortunately,
although this method is foolproof, relatively few people are willing to do it.

2. Search for known viruses in memory. All the virus scanners do this when the
programs are run.

3. Use advanced programming techniques to probe the confusion that the virus
causes. A process known as the "Anti-Stealth Methodology" in some scanners can
be used for this.

Polymorphic Viruses

A polymorphic virus is one that is encrypted, and the decryptor/loader for the
rest of the virus is very variable. With a polymorphic virus, two instances of
the virus have no sequence of bytes in common. This makes it more difficult for
scanners to detect them.

Many scanners use the "Fuzzy Logic" technique and a "Generic Decryption Engine"
to detect these viruses.

The Partition and Partition Viruses

The partition sector is the first sector on a hard disk. It contains information
about the disk such as the number of sectors in each partition, where the DOS
partition starts, plus a small program. The partition sector is also called the
"Master Boot Record" (MBR).

When a PC starts up, it reads the partition sector and executes the code it
finds there. Viruses that use the partition sector modify this code.

Since the partition sector is not part of the normal data storage part of a disk,
utilities such as DEBUG will not allow access to it. However, it is possible to
use Inspect Disk to examine the partition sector. A floppy disk does not have a
partition sector.

How to Remove a Partition Sector (MBR) Virus

1. Cold Boot from a clean DOS diskette.
2. Run the DOS scanner.
3. Select the drive to clean and "Repair" it.
4. Follow the instructions.

The Boot Sector and Boot Sector Viruses

The boot sector is the first sector on a floppy disk. On a hard disk it is the
first sector of a partition. It contains information about the disk or partition,
such as the number of sectors, plus a small program.

When the PC starts up, it attempts to read the boot sector of a disk in drive A:.
If this fails because there is no disk, it reads the boot sector of drive C:. A
boot sector virus replaces this sector with its own code and moves the original
elsewhere on the disk.

Even a non-bootable floppy disk has executable code in its boot sector. This
displays the "not bootable" message when the computer attempts to boot from the
disk. Therefore, a non-bootable floppy can still contain a virus and infect a PC
if it is inserted in drive A: when the PC starts up.

File Viruses

File viruses append or insert themselves into executable files, typically .COM
and .EXE programs.

A direct-action file virus infects another executable file on disk when its
'host' executable file is run.

An indirect-action (or TSR - Terminate and Stay Resident) file virus installs
itself into memory when its 'host' is executed, and infects other files when
they are subsequently accessed.

Overwriting Viruses

Overwriting viruses overwrite all or part of the original program. As a result,
the original program doesn't run. Overwriting viruses are not, therefore, a real
problem - they are extremely obvious, and so cannot spread effectively.

APPEARANCES AND INTENTIONS OF VIRUSES

Droppers

Droppers are programs that have been written to perform some apparently useful
job but, while doing so, write a virus out to the disk. In some cases, all that
they do is install the virus (or viruses).

A typical example is a utility that formats a floppy disk, complete with Stoned
virus installed on the boot sector.

Failed Viruses

Sometimes a file is found that contains a 'failed virus'. This is the result of
either a corrupted 'real' virus or simply a result of bad programming on the
part of an aspiring virus writer. The virus does not work - it hangs when run,
or fails to infect.

Many viruses have severe bugs that prevent their design goals - some will not
reproduce successfully or will fail to perform their intended final actions
(such as corrupting the hard disk). In general many virus authors are very poor
programmers.

Packagers

Packagers are programs that in some way wrap something around the original
program. This could be as an anti-virus precaution, or for file compression.
Packagers can mask the existence of a virus inside.

Trojans and Jokes

A Trojan is a program that deliberately does unpleasant things, as well as (or
instead of) its declared function. They are not capable of spreading themselves
and rely on users copying them.

A Joke is a harmless program that does amusing things, perhaps unexpectedly. We
include the detection of a few jokes in the Toolkit, where people have found
particular jokes that give concern or offence.

Test files

Test files are used to test and demonstrate anti-virus software, in the context
of viruses. They are not viruses - simply small files that are recognised by
the software and cause it to simulate what would happen if it had found a virus.
This allows users to see what happens when it is triggered, without needing a
live virus.

METHODS OF REMOVING VIRUSES

How to Remove a Boot Virus from a Hard Disk

1. Cold Boot from a clean DOS diskette.
2. Run the scanner.
3. Select the drive to clean and "Repair" it.

An alternative method is as follows:

1. Cold Boot from a clean DOS diskette.
2. Type:

SYS C: at the DOS prompt. (if C drive is infected)

The clean DOS diskette should be the same version of DOS that is on the hard
disk.

How to Remove a Boot Virus from a Floppy

1. Cold Boot from a clean DOS diskette.
2. Run the scanner.
3. Make sure to "Replace the Boot Sector" of the floppy drive.

If you find a new virus...

If you have some symptoms that you think are a virus, then:

1. Format a floppy disk in the infected computer.
2. Copy any infected files to that floppy.
3. Copy your FORMAT and CHKDSK programs too.

As you can see in this essay, viruses are very appalling, and since a virus
spreads from one computer to another, it gets worse! Just like a contagious
human virus which causes more harm, as more people are infected and more need to
be treated. This same concept applies to a computer virus infecting computers
continually. Also, in this essay, various techniques have been explained on how
to remove and deal with computer viruses, of different types, inflicting
different components in a computer. So, next time you have suspicions that your
computer has been damaged by a virus, read through this essay and exercise the
remedies indicated.


 

Other sample model essays:

Information Technology / Information About Viruses
Information About Viruses A growing problem in using computers is computer viruses. Viruses are pesky little programs that some hacker with too much time on his hands wrote. Viruses have b...
Computer Viruses: Past, Present And Future In our health-conscious society, viruses of any type are an enemy. Computer viruses are especially pernicious. They can and do strike any unprotect...
Information Technology / Biometric Systems
Biometric Systems As defined in Computer Security Basics by O'Reilly & Associates, Inc. Biometrics is the use of a persons unique physiological, behavioral, and morphological character...
Information Technology / Computers In Education
Computers in Education The typical school has 1 computer per 20 students, a ratio that computer educators feel is still not high enough to affect classroom learning as much as books and cla...
Information Technology / Computer Crime
Computer Crime Computer crimes need to be prevented and halted thought increased computer network security measures as well as tougher laws and enforcement of those laws in cyberspace: ...
Computer Crimes: Laws Must Be Pass To Address The Increase In Computer Crimes THESIS: Laws must be passed to address the increase in the number and types of computer crimes. Over the last...
Computer Crime: The Crime of the Future English II 6 April 1996 Explosive growth in the computer industry over the last decade has made new technologies cheaper and simpler for the aver...
Information Technology / Computer Fraud And Crimes
Computer Fraud and Crimes In the world of computers, computer fraud and computer crime are very prevalent issues facing every computer user. This ranges from system administrators to person...
Information Technology / Computer Crimes
Computer Crimes It's the weekend, you have nothing to do so you decide to play around on your computer. You turn it on and then start up, you start calling people with your modem, conn...
Information Technology / Computer Crime
Computer Crime by: Manik Saini Advances in telecommunications and in computer technology have brought us to the information revolution. The rapid advancement of the telephone, cable, sa...
Experience with Dream Essay - Reliable and great customer service. Quality of work - High quality of work.
, ,
Dream Essay - Very reliable and great customer service. Encourage other to try their service. Writer 91463 - Provided a well written Annotated Bibliography with great deal of detail per th
, ,
it is always perfect
, ,
The experience with Dream Essay is stress free. Service is excellent and forms various forms of communication all help with customer service. Dream Essay is customer oriented. Writer 17663
, ,
Only competent & proven writers
Original writing — no plagiarism
Our papers are never resold or reused, period
Satisfaction guarantee — free unlimited revisions
Client-friendly money back guarantee
Total confidentiality & privacy
Guaranteed deadlines
Live Chat & 24/7 customer support
All academic and professional subjects
All difficulty levels
12pt Times New Roman font, double spaced, 1 inch margins
The fastest turnaround in the industry
Fully documented research — free bibliography guaranteed
Fax (additional info): 866-332-0244
Fax (additional info): 866-308-7123
Live Chat Support
Need order related assistance?—Click here to submit a inquiry
© Dreamessays.com. All Rights Reserved.
Dreamessays.com is the property of MEDIATECH LTD